Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
script
/
overridden_parameter.kts
blob: 0dc4f76337cc00c6c61f5ac897fc08c351c9e51f [
file
]
// this script expected parameter num: Int
val test
=
num
+
10
println
(
test
)