Skip to content

Commit

Permalink
Add ExperimentalContracts opt-in
Browse files Browse the repository at this point in the history
  • Loading branch information
igoriakovlev committed Sep 23, 2024
1 parent 60bc130 commit 1f98ce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wasmJsMain/kotlin/timeZoneWidget.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import kotlinx.dom.appendText
import org.w3c.dom.Element
import org.w3c.dom.HTMLInputElement

@kotlin.contracts.ExperimentalContracts
fun Element.addTimeZoneWidget() {
appendElement("div") {
appendText("Time in ")
Expand Down

0 comments on commit 1f98ce6

Please sign in to comment.