Don't call getClassDescriptor for local declarations (KT-15259)
#KT-15259 Open
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
val global = 2
|
||||
|
||||
fun makeFace() = object : ObjectFace {
|
||||
val inObject = 1
|
||||
<caret>}
|
||||
Reference in New Issue
Block a user