Minor. Moved test data to subdirectory.
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
trait <lineMarker></lineMarker>TestTrait {
|
||||
fun <lineMarker></lineMarker>test()
|
||||
}
|
||||
|
||||
class A {
|
||||
class B {
|
||||
companion object : TestTrait { // TODO: No line marker
|
||||
override fun <lineMarker descr="Implements function in 'TestTrait'"></lineMarker>test() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user