mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +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/library/LoadIterable.fir.txt
vendored
Normal file
6
compiler/testData/loadJava/compiledJava/library/LoadIterable.fir.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<T> public abstract interface LoadIterable : R|java/lang/Object| {
|
||||
public abstract operator function getIterable(): R|ft<java/lang/Iterable<ft<T, T?>>, java/lang/Iterable<ft<T, T?>>>|
|
||||
|
||||
public abstract operator function setIterable(Iterable: R|ft<java/lang/Iterable<ft<T, T?>>, java/lang/Iterable<ft<T, T?>>>|): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user