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
9 lines
329 B
Plaintext
Vendored
9 lines
329 B
Plaintext
Vendored
KT element: KtNamedFunction
|
|
KT element text:
|
|
public inline fun kotlin.Any?.asDynamic(): dynamic /* platform type */ { /* compiled code */ }
|
|
FIR element: FirSimpleFunctionImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
public final inline [ResolvedTo(BODY_RESOLVE)] fun R|kotlin/Any?|.asDynamic(): R|dynamic|
|