[Lombok] Migrate tests to new test infrastructure

This commit is contained in:
Dmitriy Novozhilov
2022-05-24 11:03:45 +03:00
committed by teamcity
parent c9c24d27d7
commit 7c19f3b1ca
8 changed files with 367 additions and 97 deletions
@@ -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"