OutParameterInitializationAnalysis

class OutParameterInitializationAnalysis

Analysis that ensures all out parameters of functions are initialized before they are used and before the function returns.

Types

Companion
Link copied to clipboard
object Companion : AnalysisProvider<OutParameterInitializationAnalysis>

Functions

check
Link copied to clipboard
fun check()

Begin check at ProgramNode tree.