7631e90f12
To create a smart psi type pointer, IJ Platform uses resolve We cannot use resolve from JavaSymbolProvider, as it may lead to resolve contract violation ^KT-59243 Fixed
12 lines
343 B
Plaintext
Vendored
12 lines
343 B
Plaintext
Vendored
FILE: useSite.kt
|
|
public final fun foo(): R|kotlin/Int| {
|
|
^foo Int(4)
|
|
}
|
|
FILE: KotlinInterface.kt
|
|
public abstract interface KotlinInterface : R|kotlin/Any| {
|
|
public abstract var selectedOptions: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
public set(value: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
}
|