Skip to content

Commit 1f98ce6

Browse files
committed
Add ExperimentalContracts opt-in
1 parent 60bc130 commit 1f98ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wasmJsMain/kotlin/timeZoneWidget.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import kotlinx.dom.appendText
55
import org.w3c.dom.Element
66
import org.w3c.dom.HTMLInputElement
77

8+
@kotlin.contracts.ExperimentalContracts
89
fun Element.addTimeZoneWidget() {
910
appendElement("div") {
1011
appendText("Time in ")

0 commit comments

Comments
 (0)