[Lombok] Migrate tests to new test infrastructure
This commit is contained in:
committed by
teamcity
parent
c9c24d27d7
commit
7c19f3b1ca
@@ -1,3 +1,4 @@
|
||||
// IGNORE_ERRORS
|
||||
// FILE: Anno.java
|
||||
|
||||
import java.lang.*;
|
||||
@@ -22,7 +23,7 @@ public class Foo {
|
||||
|
||||
// FILE: test.kt
|
||||
|
||||
@Anno
|
||||
<!WRONG_ANNOTATION_TARGET!>@Anno<!>
|
||||
fun box(): String {
|
||||
val obj = Foo()
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user