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