The test was not correct

This commit is contained in:
Valentin Kipyatkov
2014-12-03 18:51:21 +03:00
parent 132cb26e04
commit de51948883
@@ -6,7 +6,7 @@ open class TestClass {
fun globalFun(){}
val globalProp: Int = 1
class A() : Test.SubTest.AnotherTest.Te<caret> {
class A() : Test.SubTest.AnotherTest.<caret> {
public fun test() {
}
}