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