Massive test data update for compiledJava
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ public open class ProtectedPackageConstructor {
|
||||
protected/*protected static*/ open class Foo {
|
||||
protected/*protected and package*/ constructor Foo()
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,4 +3,4 @@ package test
|
||||
public open class ProtectedPackageFun {
|
||||
public constructor ProtectedPackageFun()
|
||||
protected/*protected and package*/ open fun foo(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -3,4 +3,4 @@ package test
|
||||
public open class ProtectedPackageProperty {
|
||||
public constructor ProtectedPackageProperty()
|
||||
protected/*protected and package*/ final var foo: kotlin.Int
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user