Files
kotlin-fork/idea/testData/inspections/incompatibleAPI/static.kt
T
Nikolay Krasko 3ef67e1d9d Inspection for highlighting problem API usage
It's planned to use this inspection for show patchset branches problems
during development process.
2018-05-17 12:27:29 +03:00

7 lines
105 B
Kotlin
Vendored

package problem.api.kotlin.statics
import lib.LibMethods
fun ktTest() {
LibMethods.staticMethod()
}