[LC] fix ULC testData

This commit is contained in:
Dmitrii Gridin
2022-12-22 15:50:58 +01:00
committed by teamcity
parent 7096fc1416
commit 86bb9eeebc
23 changed files with 300 additions and 58 deletions
@@ -1,7 +1,8 @@
public final class A /* A*/ {
@kotlin.Suppress(names = {"INVISIBLE_REFERENCE", "INVISIBLE_MEMBER"})
@kotlin.internal.InlineOnly()
private final void foo();// foo()
public A();// .ctor()
}
}