separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
fun foo() {
|
||||
val a = a + b
|
||||
val a = a +
|
||||
b
|
||||
val a = a
|
||||
+ b
|
||||
val a = (a
|
||||
+ b)
|
||||
val a = ({a
|
||||
+ b})
|
||||
val a = ({a
|
||||
+ b}
|
||||
+ b)
|
||||
|
||||
val a = b[c
|
||||
+ d]
|
||||
val a = b[{c
|
||||
+ d}]
|
||||
val a = b[{c
|
||||
+ d}
|
||||
+ d]
|
||||
|
||||
when (e) {
|
||||
is T @
|
||||
() => a
|
||||
in f
|
||||
() => a
|
||||
!is T
|
||||
@ () => a
|
||||
!in f
|
||||
() => a
|
||||
f
|
||||
() => a
|
||||
}
|
||||
val f = a is T
|
||||
()
|
||||
}
|
||||
Reference in New Issue
Block a user