KT-287 Infer constructor type arguments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// KT-287 Infer constructor type arguments
|
||||
import java.util.*
|
||||
|
||||
fun attributes() : Map<String, String> = HashMap() // Should be inferred;
|
||||
val attributes : Map<String, String> = HashMap() // Should be inferred;
|
||||
Reference in New Issue
Block a user