3ef67e1d9d
It's planned to use this inspection for show patchset branches problems during development process.
7 lines
105 B
Kotlin
Vendored
7 lines
105 B
Kotlin
Vendored
package problem.api.kotlin.statics
|
|
|
|
import lib.LibMethods
|
|
|
|
fun ktTest() {
|
|
LibMethods.staticMethod()
|
|
} |