Rewritten resolving conflicting imports on adding new import with star action (KT-18503)

#KT-18503 Fixed
This commit is contained in:
Alexander Podkhalyuzin
2017-07-12 09:20:16 +03:00
committed by Nikolay Krasko
parent ed5051a5e3
commit 5aa7216c13
18 changed files with 200 additions and 40 deletions
@@ -0,0 +1,9 @@
package conflicts.extensions
fun Byte.inv(): Byte = (255 - this).toByte()
fun foo1() {}
fun foo2() {}
fun foo3() {}
fun foo4() {}
fun foo5() {}