[JS] Refactor and comment for typeOf fix
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
|
||||
import kotlin.reflect.typeOf
|
||||
|
||||
var x: Int = 1
|
||||
fun sideEffects() {
|
||||
println("Side effect")
|
||||
x++
|
||||
}
|
||||
|
||||
inline fun <reified T> foo(): String {
|
||||
|
||||
Reference in New Issue
Block a user