Fix codegen tests after types enhancement
This commit is contained in:
@@ -15,7 +15,7 @@ val a by Delegates.lazy {
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
val r = a["result"]
|
||||
val r = a["result"]!!
|
||||
|
||||
// Check that reflection won't fail
|
||||
r.javaClass.getEnclosingMethod().toString()
|
||||
|
||||
Reference in New Issue
Block a user