Mark test data files for cases which can't be resolved without AST access
This commit is contained in:
+1
@@ -1,3 +1,4 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
fun ff(p: List<CharSequence>) = 1
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
import java.lang.CharSequence
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
fun fff(a: java.lang.Integer?) = 1
|
||||
|
||||
Reference in New Issue
Block a user