Files
kotlin-fork/idea/testData/fir/multiModule/basicWithJava/jvm/jvm.txt
T
Simon Ogorodnik 3a237416c9 Implement FIR loading for Java (classes, supertypes, parameters, funs)
Properties aren't implemented yet
FIR symbol provider functions return more specialized types now
Related to KT-28918, KT-29636, KT-29218

#KT-28788 Fixed
2019-02-19 09:54:20 +03:00

6 lines
104 B
Plaintext
Vendored

FILE: jvm.kt
public final class A : R|Some| {
public constructor(): super<R|Some|>()
}