Do not discriminate synthesized candidates.

#KT-9965 Fixed
This commit is contained in:
Stanislav Erokhin
2015-12-18 01:35:43 +03:00
parent 1b6f96ac2b
commit 8b5a194dd6
14 changed files with 166 additions and 17 deletions
@@ -0,0 +1,9 @@
package
package a {
public fun SamConstructor(/*0*/ a: () -> kotlin.Unit): kotlin.Unit
}
package b {
public fun test(): kotlin.Unit
}