Fix build.
This commit is contained in:
@@ -24,7 +24,8 @@ public val sessionStorage: Storage = noImpl
|
|||||||
|
|
||||||
native
|
native
|
||||||
public trait Storage {
|
public trait Storage {
|
||||||
public val length: Int = noImpl
|
public val length: Int
|
||||||
|
get() = noImpl
|
||||||
|
|
||||||
public fun key(index: Int): String? = noImpl
|
public fun key(index: Int): String? = noImpl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user