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