Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
objects
/
kt77438.kt
blob: e495fc9b857c20eb213036df02e0aef6efd2f924 [
file
]
// TARGET_BACKEND: JVM
// WITH_STDLIB
object
Test
{
@JvmStatic
fun foo
()
=
bar
()
@JvmStatic
fun foo1
()
{
bar
()
val baz
=
bar
()
return
baz
}
@JvmStatic
fun bar
()
{}
}
// 0 GETSTATIC Test.INSTANCE : LTest;
// 0 POP