Drop obsolete annotations syntax
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fun foo() {
|
||||
|
||||
when (e) {
|
||||
is [a] T -> d
|
||||
is @[a] T -> d
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user