Don't call getClassDescriptor for local declarations (KT-15259)

#KT-15259 Open
This commit is contained in:
Nikolay Krasko
2016-12-16 16:28:40 +03:00
parent 8fe9de1d35
commit 6ca5ba3615
7 changed files with 46 additions and 3 deletions
@@ -0,0 +1,5 @@
val global = 2
fun makeFace() = object : ObjectFace {
val inObject = 1
<caret>}