Files
kotlin/idea/testData/debugger/customLibraryForTinyApp/functionInLibrary/1/functionInLibrary2.kt
Michael Bogdanov 48c5e3d218 Debug tests patched
2015-09-07 16:28:38 +03:00

5 lines
85 B
Kotlin
Vendored

package customLib.functionInLibrary
public inline fun simpleFun2() {
val a = 1
}