cca3237e46
#KT-4727 Fixed
10 lines
92 B
Kotlin
Vendored
10 lines
92 B
Kotlin
Vendored
package to
|
|
|
|
fun foo() {
|
|
val list = ArrayList<String>()
|
|
list.add(1)
|
|
}
|
|
|
|
fun bar() {
|
|
}
|