Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/resolve/samConstructorVsFun.txt
T
Stanislav Erokhin 8b5a194dd6 Do not discriminate synthesized candidates.
#KT-9965 Fixed
2015-12-18 15:08:19 +03:00

10 lines
144 B
Plaintext
Vendored

package
package a {
public fun SamConstructor(/*0*/ a: () -> kotlin.Unit): kotlin.Unit
}
package b {
public fun test(): kotlin.Unit
}