mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Add an assertion to prevent duplicate initialization of CodegenTestFiles instance in CodegenTestCase, which was happening in ScriptGenTest with multiple invocation of loadFile()
4 lines
104 B
Kotlin
Vendored
4 lines
104 B
Kotlin
Vendored
val fibwp = test.Fibwp_lang(5)
|
|
val callResult = fibwp.fib(4)
|
|
val result = fibwp.num + fibwp.result - 5
|