Uast: AbstractKotlinUVariable annotations now are retrieved from Kotlin Psi, not from compiled (KT-21025)
and `KotlinNullabilityUAnnotation` now is created for every `AbstractKotlinUVariable`
This commit is contained in:
committed by
Nikolay Krasko
parent
f0723a5c07
commit
260c549cd7
@@ -1,7 +1,7 @@
|
||||
public final class DestructuringDeclarationKt {
|
||||
public static final fun foo() : void {
|
||||
var var268d4034: <ErrorType> = "foo" <other> 1
|
||||
var a: java.lang.String = var268d4034.<anonymous class>()
|
||||
var b: int = var268d4034.<anonymous class>()
|
||||
@null var var268d4034: <ErrorType> = "foo" <other> 1
|
||||
@null var a: java.lang.String = var268d4034.<anonymous class>()
|
||||
@null var b: int = var268d4034.<anonymous class>()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user