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
12 lines
527 B
Plaintext
Vendored
12 lines
527 B
Plaintext
Vendored
KT element: KtProperty
|
|
KT element text:
|
|
@Y public var prop: kotlin.Int /* compiled code */
|
|
public final @Y get
|
|
public final @Y set(value: kotlin.Int) {/* compiled code */ }
|
|
FIR element: FirPropertyImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
@R|Y|() public final [ResolvedTo(BODY_RESOLVE)] var prop: R|kotlin/Int|
|
|
@R|Y|() public [ResolvedTo(BODY_RESOLVE)] get(): R|kotlin/Int|
|
|
@R|Y|() public [ResolvedTo(BODY_RESOLVE)] set([ResolvedTo(BODY_RESOLVE)] value: R|kotlin/Int|): R|kotlin/Unit| |