aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-js-ir-0/src/main/kotlin/RootPackageClass.kt
blob: 222ecb7e03a04c23e11c2755e9e5e7bb374aef89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@file:Suppress("unused")

import org.w3c.dom.url.URLSearchParams
import react.Props
import react.RComponent
import react.State

/**
 * A class that lives inside the root package
 */
class RootPackageClass {
    val description = "I do live in the root package!"
}

fun RComponent<*, *>.params() = URLSearchParams()