b84260f39f
#KT-13689 Fixed
10 lines
93 B
Plaintext
Vendored
10 lines
93 B
Plaintext
Vendored
package ppp
|
|
|
|
object OOO {
|
|
fun foo() {
|
|
Nested()
|
|
}
|
|
|
|
private class Nested
|
|
}
|