Files
kotlin-fork/plugins/uast-kotlin/testData/DestructuringDeclaration.render.txt
T
Nicolay Mitropolsky 260c549cd7 Uast: AbstractKotlinUVariable annotations now are retrieved from Kotlin Psi, not from compiled (KT-21025)
and `KotlinNullabilityUAnnotation` now is created for every `AbstractKotlinUVariable`
2018-01-12 13:54:29 +03:00

8 lines
291 B
Plaintext
Vendored

public final class DestructuringDeclarationKt {
public static final fun foo() : void {
@null var var268d4034: <ErrorType> = "foo" <other> 1
@null var a: java.lang.String = var268d4034.<anonymous class>()
@null var b: int = var268d4034.<anonymous class>()
}
}