Build stubs for insides of local objects and classes

This commit is contained in:
Pavel V. Talanov
2014-05-20 17:50:35 +04:00
parent e33144f89a
commit b4b24262a0
20 changed files with 175 additions and 49 deletions
@@ -0,0 +1,4 @@
val p by object {
fun f() {}
val p: Int = 1
}