b84260f39f
#KT-13689 Fixed
12 lines
116 B
Kotlin
Vendored
12 lines
116 B
Kotlin
Vendored
package ppp
|
|
|
|
import java.util.Date
|
|
|
|
object OOO {
|
|
fun foo() {
|
|
Nested()
|
|
}
|
|
|
|
private class Nested
|
|
}
|