Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
constants
/
noInlineNonStaticJavaField.kt
blob: 778321d40ddfaba8f35bf7e59c437c65eb702ced [
file
] [
log
] [
blame
]
// FILE: test.kt
fun test1
(
a
:
A
)
=
a
.
X
fun test2
(
a
:
A
)
=
1
+
a
.
X
fun test3
(
a
:
A
)
=
1
<
a
.
X
// FILE: A.java
public
class
A
{
public
final
int
X
=
42
;
}
// @TestKt.class:
// 0 42
// 0 43
// 3 GETFIELD A.X