Test completion for code fragments in context of library source
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package customLibrary
|
||||
|
||||
public fun foo(parameter: Int): Int {
|
||||
return 1
|
||||
}
|
||||
Reference in New Issue
Block a user