Files
kotlin-fork/analysis/low-level-api-fir/testData/getOrBuildFir/declarations/ktij24730.txt
T
Dmitrii Gridin 33e6a85a2d [LL FIR] rename testdata to testData to avoid copyright generation
We exclude testData pattern from copyright scope
2023-09-18 21:12:45 +00:00

13 lines
647 B
Plaintext
Vendored

KT element: KtDestructuringDeclarationEntry
FIR element: FirErrorPropertyImpl
FIR source kind: KtRealSourceElementKind
FIR element rendered:
<ERROR PROPERTY: Destructuring declarations are only allowed for local variables/values>
FIR FILE:
FILE: [ResolvedTo(IMPORTS)] ktij24730.kt
public? final? [ResolvedTo(RAW_FIR)] fun <[ResolvedTo(RAW_FIR)] T : Any, [ResolvedTo(RAW_FIR)] Z> createTuple([ResolvedTo(RAW_FIR)] a: T, [ResolvedTo(RAW_FIR)] b: ZAny): Pair<T, ZAny> { LAZY_BLOCK }
public? final? [ResolvedTo(RAW_FIR)] fun main(): R|kotlin/Unit|
<ERROR PROPERTY: Destructuring declarations are only allowed for local variables/values>