Fixed EA-75877

This commit is contained in:
Valentin Kipyatkov
2015-11-12 17:55:01 +03:00
parent 30084dff9d
commit bf99f91d83
7 changed files with 36 additions and 2 deletions
@@ -0,0 +1,6 @@
// ERROR: A 'return' expression required in a function with a block body ('{...}')
package to
import d.`class`
fun foo(): `class` {}
@@ -0,0 +1 @@
d.class
+6
View File
@@ -0,0 +1,6 @@
// WITH_LIBRARY: copyPaste/imports/KotlinLibrary
package a
import d.*
<selection>fun foo(): `class` {}</selection>
@@ -0,0 +1,3 @@
package d
class `class`