Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
javaFieldVsAccessor.fir.txt
blob: 954ab4a01b0de689d56f5ebb767c18ab2b80a7df [
file
]
FILE: main.kt
public final fun test(a: R|A|): R|kotlin/Unit| {
lval int: R|kotlin/Int| = R|<local>/a|.R|/A.x|
lval string: R|kotlin/String!| = R|<local>/a|.R|/A.getX|()
}