Merge remote-tracking branch 'origin/master'

This commit is contained in:
Maxim Shafirov
2013-02-04 18:04:07 +04:00
132 changed files with 2480 additions and 601 deletions
@@ -0,0 +1,9 @@
package first
import second.testFun
fun test() {
te<caret>
}
// EXIST: testFun
@@ -0,0 +1,3 @@
package second
fun testFun() : Int = 12