Files
orx/orx-fcurve/src
Edwin Jakobs a1b6ead866 [orx-fcurve] Workaround for Kotlin 2.2 bug that shows up during testing in javascript mode.
The bug shows up like this:
TypeError: fc.value$default_ruhk1_k$ is not a function
	at TestEFCurve.protoOf.testConstantExpression_4i11z6(orx/orx-fcurve/src/commonTest/kotlin/TestEFCurve.kt:59)
	at <global>.fn(kotlin/orx-orx-fcurve-test.js:121)
	at Context.<anonymous>(orx/build/js/node_modules/kotlin-web-helpers/src/KotlinTestTeamCityConsoleAdapter.ts:72)
	at <global>.processImmediate(node:internal/timers:478)
2025-06-27 07:30:58 +02:00
..