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:
@@ -0,0 +1,2 @@
|
||||
public open class NotNullField : R|java/lang/Object| {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public open class NotNullIntArray : R|java/lang/Object| {
|
||||
@R|org/jetbrains/annotations/NotNull|() public open operator function hi(): R|kotlin/IntArray|
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public open class NotNullMethod : R|java/lang/Object| {
|
||||
@R|org/jetbrains/annotations/NotNull|() public open operator function hi(): R|ft<java/lang/String, java/lang/String>|
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public open class NotNullObjectArray : R|java/lang/Object| {
|
||||
@R|org/jetbrains/annotations/NotNull|() public open operator function hi(): R|kotlin/Array<ft<java/lang/Object, java/lang/Object?>>|
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public open class NotNullParameter : R|java/lang/Object| {
|
||||
public open operator function hi(@R|org/jetbrains/annotations/NotNull|() param: R|ft<java/lang/String, java/lang/String>|): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user