More accurate import conflict detection
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// IMPORT: dependency.div
|
||||
import java.math.BigDecimal
|
||||
import kotlin.math.div
|
||||
|
||||
fun foo(d1: BigDecimal, d2: BigDecimal) {
|
||||
val d = d1 / d2
|
||||
}
|
||||
Reference in New Issue
Block a user