172: Revert "Fix inAnnotation test in 173 branch"

This reverts commit 955842f2009a2c5aa9ac955340696bd7e1a2651d.
This commit is contained in:
Nikolay Krasko
2018-01-11 20:11:56 +03:00
parent 25b10238e9
commit a7d705b5d8
@@ -0,0 +1,12 @@
// "Create type parameter 'Test' in class 'C'" "false"
// ACTION: Add 'testng' to classpath
// ACTION: Create annotation 'Test'
// ACTION: Make internal
// ACTION: Make private
// ACTION: Make protected
// ERROR: Unresolved reference: Test
class C {
@<caret>Test fun foo() {
}
}