172: Revert "Fix inAnnotation test in 173 branch"
This reverts commit 955842f2009a2c5aa9ac955340696bd7e1a2651d.
This commit is contained in:
+12
@@ -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() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user