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,3 @@
|
||||
package conflicts.extensions.deps
|
||||
|
||||
fun Byte.inv(max: Int): Byte = (max - this).toByte()
|
||||
Reference in New Issue
Block a user