separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace foo.bar;
|
||||
|
||||
class X
|
||||
|
||||
namespace foo.bar {
|
||||
fun foo() {
|
||||
namespace.foo.bar.X
|
||||
namespace.foo.bar.X()
|
||||
when (e) {
|
||||
is namespace.foo.bar.X @ (x) => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user