More clear code + better test

This commit is contained in:
Valentin Kipyatkov
2014-11-28 19:23:25 +03:00
parent 6502c44928
commit 9dc6a82fef
2 changed files with 13 additions and 6 deletions
@@ -3,9 +3,14 @@ package Test.SubTest.AnotherTest
open class TestClass {
}
fun globalFun(){}
val globalProp: Int = 1
class A() : Test.SubTest.AnotherTest.Te<caret> {
public fun test() {
}
}
// EXIST: TestClass
// ABSENT: globalFun
// ABSENT: globalProp