bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
107 B
Kotlin
8 lines
107 B
Kotlin
package customLibrary
|
|
|
|
public fun foo(parameter: Int): Int {
|
|
return 1
|
|
}
|
|
|
|
private fun Int.extOnInt() {
|
|
} |