Add new tests to check evaluation of intrinsic сonsts

This commit is contained in:
Ivan Kylchik
2021-12-15 18:33:36 +03:00
parent dca22d745a
commit 20d0a531df
21 changed files with 1551 additions and 41 deletions
@@ -7,7 +7,7 @@ class A {
val b = A::b.name
val c = ::A.name
// val d = this::a.name // Not supported
// val e = A()::b.name // Not supported
val d = this::a.name
val e = A()::b.name
}
}