FIR: introduce Java type resolve and JavaSymbolProvider #KT-24098 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5c53bdb142
commit
02bedeca05
+3
@@ -0,0 +1,3 @@
|
||||
import java.util.*
|
||||
|
||||
val x: SortedSet<Int> = TreeSet()
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
FILE: treeSet.kt
|
||||
public? final? property x(val): R|java/util/SortedSet<kotlin/Int>| = STUB
|
||||
public? get(): R|java/util/SortedSet<kotlin/Int>|
|
||||
Reference in New Issue
Block a user