separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun foo() {
|
||||
out
|
||||
1
|
||||
[a] abstract class foof {}
|
||||
abstract [a] class foof {}
|
||||
|
||||
out val foo = 5
|
||||
[a] var foo = 4
|
||||
type f = fun T.() : ()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user