0eb1a63a2f
Use test compiler runner to compile JS libraries. Determine compiler by the specified TARGET_PLATFORM. Add tests for dynamic type and JS-specific .proto extensions. Refactor the code for mock library compilation to make the switch between platforms more straightforward. KTIJ-27566 KT-63217
4 lines
109 B
Kotlin
Vendored
4 lines
109 B
Kotlin
Vendored
// DECLARATION_TYPE: org.jetbrains.kotlin.psi.KtFunction
|
|
|
|
public inline fun Any?.asDynamic(): dynamic = this
|