260c549cd7
and `KotlinNullabilityUAnnotation` now is created for every `AbstractKotlinUVariable`
8 lines
291 B
Plaintext
Vendored
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>()
|
|
}
|
|
}
|