cd73d17bd4
#KT-15311 fixed
7 lines
112 B
Plaintext
Vendored
7 lines
112 B
Plaintext
Vendored
import p.Container.Nested
|
|
|
|
// INTENTION_TEXT: "Add import for 'p.Container.Nested'"
|
|
fun test() {
|
|
Nested()
|
|
}
|