Rewritten resolving conflicting imports on adding new import with star action (KT-18503)
#KT-18503 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
ed5051a5e3
commit
5aa7216c13
@@ -0,0 +1,9 @@
|
||||
package conflicts.extensions
|
||||
|
||||
fun Byte.inv(): Byte = (255 - this).toByte()
|
||||
|
||||
fun foo1() {}
|
||||
fun foo2() {}
|
||||
fun foo3() {}
|
||||
fun foo4() {}
|
||||
fun foo5() {}
|
||||
Reference in New Issue
Block a user