KT-328 completion //Local function in function literals cause exceptions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// JET-81 Assertion fails when processing self-referring anonymous objects
|
||||
|
||||
val y = object {
|
||||
val a = y;
|
||||
val a = <error>y</error>
|
||||
}
|
||||
|
||||
val z = y.a;
|
||||
|
||||
Reference in New Issue
Block a user