Fix testData after types enhancement

This commit is contained in:
Denis Zharkov
2015-06-19 13:56:37 +03:00
parent befe025d21
commit 00e41fc238
3 changed files with 5 additions and 5 deletions
@@ -45,10 +45,10 @@ fun checkAssertions(illegalStateExpected: Boolean) {
check("plus") { A() + A() }
// field
check("NULL") { A().NULL }
// check("NULL") { A().NULL }
// static field
check("STATIC_NULL") { A.STATIC_NULL }
// check("STATIC_NULL") { A.STATIC_NULL }
// postfix expression
// TODO: