mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
Debug tests patched
This commit is contained in:
5
idea/testData/debugger/customLibraryForTinyApp/functionInLibrary/1/functionInLibrary2.kt
vendored
Normal file
5
idea/testData/debugger/customLibraryForTinyApp/functionInLibrary/1/functionInLibrary2.kt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package customLib.functionInLibrary
|
||||
|
||||
public inline fun simpleFun2() {
|
||||
val a = 1
|
||||
}
|
||||
Reference in New Issue
Block a user