Files
kotlin-fork/compiler/testData/codegen
Alexander Udalov 8c74312cf6 Fix isInitialized for companion lateinit properties
Instead of trying to access a missing field `Foo.foo`, call the
synthetic accessor `Foo.access$getFoo$cp` which, as per previous commit,
no longer contains the lateinit assertion

 #KT-21862 Fixed
2018-12-13 14:12:33 +01:00
..
2018-10-22 16:32:55 +02:00
2018-12-06 20:16:58 +03:00