Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b7f6d40b562cc05b0c88d1051ff42fe8a146ea5
/
.
/
compiler
/
testData
/
cli
/
jvm
/
dfaWarningExampleK2.kt
blob: d13722573727f24fe6ef5143f709cc0f7fb9d3a0 [
file
]
fun foo
(
arg
:
Any
)
{
if
(
arg
is
String
)
{
(
arg
as
String
).
length
}
}