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