Allowed ast access for some tests.
This commit is contained in:
+2
@@ -1,3 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
|
||||
package test
|
||||
|
||||
annotation class A
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
|
||||
package test
|
||||
class Controller {
|
||||
suspend fun suspendFun() {}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
|
||||
package test
|
||||
|
||||
fun test1(): suspend () -> Unit = null!!
|
||||
|
||||
Reference in New Issue
Block a user