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