Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
946dff8bda9fd326d2b6c18f10c7545ebed12ae1
/
.
/
compiler
/
testData
/
script
/
smoke_exception.kts
blob: 85ff1c42c76e77a139ab65b98ed7c7618500bed2 [
file
]
@file
:
DependsOn
(
"@{runtime}"
)
fun main
()
{
error
(
"my error"
)
}
fun a
()
{
main
()
}
a
()