| Class | Description |
|---|---|
| KotlinCallableReferenceInitializer |
Initialize callable reference class information, by visiting synthetic classes that implement (Function|Property|LocalVariable)Reference,
then finding Function/Property that they refer to and use this information to initialize a
CallableReferenceInfo
inside the synthetic class. |
| KotlinCallableReferenceInitializer.LocalVariableReferenceInfoInitializer |