Drop AbstractLazyResolveRecursiveComparingTest test
Test data from compiler/testData/lazyResolve/ was moved to diagnostics tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
BadAnnotation(<!CONSTANT_EXPECTED_TYPE_MISMATCH!>1<!>)
|
||||
object SomeObject
|
||||
|
||||
val some = SomeObject
|
||||
|
||||
annotation class BadAnnotation(val s: String)
|
||||
Reference in New Issue
Block a user