Files
kotlin-fork/plugins/uast-kotlin-fir/testData/legacyValues/DefaultParameterValues.values.fir.txt
T
2021-06-12 16:00:37 +02:00

9 lines
791 B
Plaintext
Vendored

UFile (package = ) [public final class DefaultParameterValuesKt {...]
UClass (name = DefaultParameterValuesKt) [public final class DefaultParameterValuesKt {...}]
UMethod (name = foo) [public static final fun foo(a: int, foo: java.lang.String) : void {...}]
UParameter (name = a) [var a: int = "not-yet-compile-time-constant"]
ULiteralExpression (value = "not-yet-compile-time-constant") ["not-yet-compile-time-constant"] = "not-yet-compile-time-constant"
UParameter (name = foo) [var foo: java.lang.String = "not-yet-compile-time-constant"]
ULiteralExpression (value = "not-yet-compile-time-constant") ["not-yet-compile-time-constant"] = "not-yet-compile-time-constant"
UBlockExpression [{...}] = Undetermined