Allowed ast access for some tests.

This commit is contained in:
Stanislav Erokhin
2016-12-16 00:39:27 +03:00
parent bba5c16653
commit ab53978793
4 changed files with 8 additions and 0 deletions
@@ -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!!