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
This commit is contained in:
committed by
Mikhail Glukhikh
parent
4ea3df53cc
commit
3a237416c9
@@ -0,0 +1,3 @@
|
||||
public class Some {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
class A : Some()
|
||||
@@ -0,0 +1,5 @@
|
||||
FILE: jvm.kt
|
||||
public final class A : R|Some| {
|
||||
public constructor(): super<R|Some|>()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user