Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/accessJavaFromKotlinViaImport.fir.txt
T
Ilya Kirillov b8f15cbbb3 [LL FIR, Java] fix resolve contract violation from java symbol provider
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-59133 fixed
2023-06-08 14:13:30 +00:00

12 lines
363 B
Plaintext
Vendored

FILE: useSite.kt
public final fun foo(): R|kotlin/Unit| {
Q|InspectionProfileImpl|.R|/InspectionProfileImpl.INIT_INSPECTIONS| = Boolean(true)
}
FILE: NewInspectionProfile.kt
public abstract class NewInspectionProfile : R|kotlin/Any| {
public constructor(): R|NewInspectionProfile| {
super<R|kotlin/Any|>()
}
}