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