b84260f39f
#KT-13689 Fixed
10 lines
116 B
Plaintext
Vendored
10 lines
116 B
Plaintext
Vendored
import java.io.File
|
|
|
|
class C {
|
|
constructor(file: File)
|
|
|
|
init {
|
|
val xxx = 1
|
|
xxx.inc()
|
|
}
|
|
} |