Fix codegen tests after types enhancement

This commit is contained in:
Denis Zharkov
2015-06-18 13:33:19 +03:00
parent 1b44f77054
commit cfadda8061
2 changed files with 2 additions and 2 deletions
@@ -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()