Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
jsImplicitBoxing.kt
blob: facda513f1f913f302751aab52ae02252434d5d4 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// ISSUE: KT-69511
fun compareDynamicWithInt
(
n
:
dynamic
):
Boolean
{
return
n
===
1
}