Files
kotlin-fork/analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/fragmentFunction.txt
T
Yan Zhulanow 9514f8f873 [LL API] Fix analysis of functions inside code fragments
FirDeclarationsResolveTransformer.transformSimpleFunction() performs
proper local function analysis only if the parent is properly set.

^KTIJ-26608 Fixed
2023-09-12 13:08:49 +00:00

7 lines
233 B
Plaintext
Vendored

public final class CodeFragment {
// source: 'fragment.kt'
public method <init>(): void
private final static method run$ext(p0: java.lang.String): java.lang.String
public final static method run(): java.lang.String
}