Test completion for code fragments in context of library source

This commit is contained in:
Pavel V. Talanov
2014-10-20 19:17:27 +04:00
parent a0ad05983a
commit e88db57214
3 changed files with 79 additions and 2 deletions
@@ -0,0 +1,5 @@
package customLibrary
public fun foo(parameter: Int): Int {
return 1
}