Mark test data files for cases which can't be resolved without AST access

This commit is contained in:
Pavel V. Talanov
2014-04-10 18:37:39 +04:00
parent fd3d322300
commit a807712ce7
47 changed files with 47 additions and 0 deletions
@@ -1,3 +1,4 @@
//ALLOW_AST_ACCESS
package test
class A {
@@ -1,3 +1,4 @@
//ALLOW_AST_ACCESS
package test
deprecated("Class") class Class {
@@ -1,3 +1,4 @@
//ALLOW_AST_ACCESS
package test
import java.lang.annotation.ElementType
@@ -1,3 +1,4 @@
//ALLOW_AST_ACCESS
package test
import java.lang.annotation.*
@@ -1,3 +1,4 @@
//ALLOW_AST_ACCESS
package test
annotation class IntAnno(val value: Int)
@@ -1,3 +1,4 @@
//ALLOW_AST_ACCESS
package test
annotation class Anno(val int: Int, val string: String, val double: Double)