mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
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:
6
compiler/testData/loadJava/compiledJava/javaBean/DifferentGetterAndSetter.fir.txt
vendored
Normal file
6
compiler/testData/loadJava/compiledJava/javaBean/DifferentGetterAndSetter.fir.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
public open class DifferentGetterAndSetter : R|java/lang/Object| {
|
||||
public open operator function setSomething(color: R|ft<java/lang/String, java/lang/String?>|!): R|kotlin/Unit|
|
||||
|
||||
public open operator function getSomething(): R|kotlin/Int|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user