Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
Is.kt
blob: 5effe2baebfcacd59ae33882f137884579c83d7a [
file
] [
log
] [
blame
]
fun f
()
{
if
(
1
is
Int
)
{
}
}