Allow to use collection literals only in annotations
This commit is contained in:
Vendored
+1
-1
@@ -14,5 +14,5 @@ fun test2() {}
|
||||
fun test3() {}
|
||||
|
||||
fun test4() {
|
||||
[1, 2]
|
||||
<!UNSUPPORTED!>[1, 2]<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user