1afbb961ee
#KT-7135 Fixed
11 lines
124 B
Kotlin
Vendored
11 lines
124 B
Kotlin
Vendored
package test
|
|
|
|
object PureUtils {
|
|
public fun foo1(p: Int) {
|
|
}
|
|
|
|
public fun foo2(): Int {
|
|
return 1
|
|
}
|
|
}
|