Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
defaultMethodBody.kt
blob: 6ce69824f9052f9959eee9e011e070e0b13586b0 [
file
] [
log
] [
blame
]
fun test
(
a
:
Int
,
z
:
String
=
try
{
"1"
}
catch
(
e
:
Exception
)
{
"2"
})
{
"Default body"
}
//1 ILOAD 0\s*ALOAD 1\s*INVOKESTATIC DefaultMethodBodyKt\.test \(ILjava/lang/String;\)V