Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
copyPaste
/
plainTextConversion
/
StatementsIntoFunction.expected.kt
blob: 3ad7d6ab822003801ee1f6cf77d03dc7e85061fd [
file
] [
log
] [
blame
]
import
java
.
util
.
ArrayList
fun foo
()
{
val list
=
ArrayList
<
String
>()
list
.
add
(
1
)
}