separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun isString(x: Any) = when(x) {
|
||||
is String => "string"
|
||||
else => "something"
|
||||
}
|
||||
Reference in New Issue
Block a user