Fix small compilation problems in LC testdata which should not influence LC results
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class TestConstructor private constructor(p: Int = 1)
|
||||
class A(vararg a: Int, f: () -> Unit) {}
|
||||
class AAA(vararg a: Int, f: () -> Unit) {}
|
||||
|
||||
class B {
|
||||
@Deprecated("", level = DeprecationLevel.HIDDEN)
|
||||
|
||||
Reference in New Issue
Block a user