separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
fun foo() {
|
||||
when (e) {
|
||||
}
|
||||
when (e) {
|
||||
is => foo
|
||||
!is => foo
|
||||
in => foo
|
||||
!in => foo
|
||||
=> foo
|
||||
else
|
||||
}
|
||||
when (e) {
|
||||
is =>
|
||||
!is =>
|
||||
in =>
|
||||
!in =>
|
||||
!in => ;
|
||||
=>
|
||||
else
|
||||
else =>
|
||||
}
|
||||
when (e) {
|
||||
is - => foo
|
||||
is (, , 1, , ) => foo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user