Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
addImport
/
ImportSecondFunction.kt
blob: 894a293991073f96bb7d42de77d98e5d70b604ac [
file
] [
log
] [
blame
]
// IMPORT: dependency.div
import
java
.
math
.
BigDecimal
import
kotlin
.
math
.
div
fun foo
(
d1
:
BigDecimal
,
d2
:
BigDecimal
)
{
val d
=
d1
/
d2
}