// FIR_IDENTICAL // !OPT_IN: kotlin.js.ExperimentalJsExport @JsExport fun foo1() { } class C { @JsExport fun memberFunction() { } } fun foo2() { @JsExport fun localFun() { } } val p1 = (@JsExport fun () {}) @JsExport class C2 @JsExport var p2: Int = 1 @JsExport fun fooUnsigned1(): UInt = 42u @JsExport fun fooUnsigned2(): UByte = 42u