KT-1985 Add test case and fix minor bug
Reference compacting must be done before adding body to class.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// From KT-1254
|
||||
trait T {
|
||||
fun Foo() : (String) -> Unit
|
||||
}
|
||||
|
||||
class C : <caret>T
|
||||
Reference in New Issue
Block a user