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