Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
script
/
smoke_exception.kts
blob: ede23cf0190ba09d8bbfa4b819c1116c22075121 [
file
] [
log
] [
blame
]
@file
:
DependsOn
(
"@{kotlin-stdlib}"
)
fun main
()
{
error
(
"my error"
)
}
fun a
()
{
main
()
}
a
()