[Test] Extract CLI tests for plugins into separate directory
This commit is contained in:
committed by
teamcity
parent
0d1e802db1
commit
8919703448
@@ -0,0 +1,14 @@
|
||||
package foo
|
||||
|
||||
annotation class AllOpen
|
||||
|
||||
@AllOpen
|
||||
class Base {
|
||||
fun method() {}
|
||||
val property = "hello"
|
||||
}
|
||||
|
||||
class Derived : Base() {
|
||||
override fun method() {}
|
||||
override val property = "world"
|
||||
}
|
||||
Reference in New Issue
Block a user