separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
class foo {
|
||||
|
||||
class foo {} -
|
||||
|
||||
class Bar {
|
||||
sdfsd
|
||||
}
|
||||
|
||||
fun foo()
|
||||
|
||||
val x
|
||||
|
||||
var f
|
||||
|
||||
type foo = ;
|
||||
|
||||
this() : this(a, b, c), Foo<T(bar)
|
||||
|
||||
this() : this(a, b, c), Foo<T>(bar) {
|
||||
|
||||
}
|
||||
|
||||
this() : - {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user