More clear code + better test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user