Add FIR enhancement tests, fix some exceptions / problems around them
Test data and tests themselves are based on compiler/testData/loadJava/compiledJava
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
public open class ProtectedPackageConstructor : R|java/lang/Object| {
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public open class ProtectedPackageFun : R|java/lang/Object| {
|
||||
protected/*protected and package*/ open operator function foo(): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
public open class ProtectedPackageProperty : R|java/lang/Object| {
|
||||
}
|
||||
Reference in New Issue
Block a user