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