FIR IDE: move low level api testdata sources to the analysis directory
This commit is contained in:
@@ -0,0 +1,219 @@
|
||||
RAW_FIR:
|
||||
FILE: topLevelFunctions.kt
|
||||
public? final? [RAW_FIR] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
IMPORTS:
|
||||
FILE: topLevelFunctions.kt
|
||||
public? final? [RAW_FIR] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
SUPER_TYPES:
|
||||
FILE: topLevelFunctions.kt
|
||||
public? final? [SUPER_TYPES] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
TYPES:
|
||||
FILE: topLevelFunctions.kt
|
||||
public? final? [TYPES] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
STATUS:
|
||||
FILE: topLevelFunctions.kt
|
||||
public final [STATUS] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
ARGUMENTS_OF_ANNOTATIONS:
|
||||
FILE: topLevelFunctions.kt
|
||||
public final [ARGUMENTS_OF_ANNOTATIONS] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
CONTRACTS:
|
||||
FILE: topLevelFunctions.kt
|
||||
public final [CONTRACTS] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
IMPLICIT_TYPES_BODY_RESOLVE:
|
||||
FILE: topLevelFunctions.kt
|
||||
public final [IMPLICIT_TYPES_BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
BODY_RESOLVE:
|
||||
FILE: topLevelFunctions.kt
|
||||
public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
|
||||
R|/receive|(R|/functionWithLazyBody|())
|
||||
}
|
||||
public final [STATUS] fun receive([RAW_FIR] value: R|kotlin/String|): R|kotlin/Unit| {
|
||||
}
|
||||
public final [STATUS] fun functionWithLazyBody(): R|kotlin/String| {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
NoResolve:
|
||||
FILE: topLevelFunctions.kt
|
||||
public? final? [RAW_FIR] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
BodyResolveWithChildren:
|
||||
FILE: topLevelFunctions.kt
|
||||
public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
|
||||
R|/receive|(R|/functionWithLazyBody|())
|
||||
}
|
||||
public final [STATUS] fun receive([RAW_FIR] value: R|kotlin/String|): R|kotlin/Unit| {
|
||||
}
|
||||
public final [STATUS] fun functionWithLazyBody(): R|kotlin/String| {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
CallableBodyResolve:
|
||||
FILE: topLevelFunctions.kt
|
||||
public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
|
||||
R|/receive|(R|/functionWithLazyBody|())
|
||||
}
|
||||
public final [STATUS] fun receive([RAW_FIR] value: R|kotlin/String|): R|kotlin/Unit| {
|
||||
}
|
||||
public final [STATUS] fun functionWithLazyBody(): R|kotlin/String| {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
CallableReturnType:
|
||||
FILE: topLevelFunctions.kt
|
||||
public? final? [RAW_FIR] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
AnnotationType:
|
||||
FILE: topLevelFunctions.kt
|
||||
public? final? [TYPES] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
AnnotationsArguments:
|
||||
FILE: topLevelFunctions.kt
|
||||
public final [ARGUMENTS_OF_ANNOTATIONS] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
CallableContracts:
|
||||
FILE: topLevelFunctions.kt
|
||||
public final [CONTRACTS] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
DeclarationStatus:
|
||||
FILE: topLevelFunctions.kt
|
||||
public final [STATUS] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
ValueParametersTypes:
|
||||
FILE: topLevelFunctions.kt
|
||||
public? final? [TYPES] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
TypeParametersTypes:
|
||||
FILE: topLevelFunctions.kt
|
||||
public? final? [TYPES] fun resolveMe(): R|kotlin/Unit| {
|
||||
receive#(functionWithLazyBody#())
|
||||
}
|
||||
public? final? [RAW_FIR] fun receive([RAW_FIR] value: String): R|kotlin/Unit| {
|
||||
}
|
||||
public? final? [RAW_FIR] fun functionWithLazyBody(): String {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
|
||||
FILE RAW TO BODY:
|
||||
FILE: topLevelFunctions.kt
|
||||
public final [BODY_RESOLVE] fun resolveMe(): R|kotlin/Unit| {
|
||||
R|/receive|(R|/functionWithLazyBody|())
|
||||
}
|
||||
public final [BODY_RESOLVE] fun receive([BODY_RESOLVE] value: R|kotlin/String|): R|kotlin/Unit| {
|
||||
}
|
||||
public final [BODY_RESOLVE] fun functionWithLazyBody(): R|kotlin/String| {
|
||||
^functionWithLazyBody String(42)
|
||||
}
|
||||
Reference in New Issue
Block a user