5aa7216c13
#KT-18503 Fixed
11 lines
215 B
Plaintext
Vendored
11 lines
215 B
Plaintext
Vendored
//IMPORT: conflicts.extensions.foo5
|
|
package p
|
|
|
|
import conflicts.extensions.*
|
|
import conflicts.extensions.deps.*
|
|
import conflicts.extensions.deps.inv
|
|
|
|
fun main(args: Array<String>) {
|
|
val b: Byte = 1
|
|
b.inv()
|
|
} |