Minor. Add ALLOW_AST_ACCESS to two tests.

We suppose, that AST access is allowed if we have property with initializer.
This commit is contained in:
Stanislav Erokhin
2016-05-25 15:58:46 +03:00
parent 7bc2c55d12
commit 42857992ed
2 changed files with 2 additions and 0 deletions
@@ -1,3 +1,4 @@
//ALLOW_AST_ACCESS
package test
class MembersReferenceOuterTP<P> {
@@ -1,3 +1,4 @@
//ALLOW_AST_ACCESS
package test
class A<in I> {