Uncomment some test cases in reflection test data for interpreter

This commit is contained in:
Ivan Kylchik
2021-08-09 14:14:11 +03:00
committed by TeamCityServer
parent 23b315446f
commit bc9b2fd78b
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ class A(val a: Int) {
get() = this.length * a
}
//const val kproperty2Get = A::class.members.toList()[1].call(A(2), "123").toString() TODO -> `6`
const val kproperty2Get = A::class.members.toList()[1].call(A(2), "123").<!EVALUATED: `6`!>toString()<!>