Files
kotlin/idea/testData/debugger/customLibraryForTinyApp/simpleLibFile/simpleLibFile.kt
Pavel V. Talanov 8d9f17d09d Reconfigure KotlinDebuggerTestCase
It is hiding a problem: evaluate expression fails in libraries
2014-10-22 18:56:28 +04:00

6 lines
64 B
Kotlin

package customLib.simpleLibFile
public fun foo() {
1 + 1
}