Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
jsImplicitBoxing.kt
blob: 8e38f98fd7f37ccd656acd3e41fb8a897436924f [
file
]
// FIR_IDENTICAL
// ISSUE: KT-69511
fun compareDynamicWithInt
(
n
:
dynamic
):
Boolean
{
return
n
===
1
}