EA-39162 Exception while trying to wrap method with default parameters
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun <caret>test(a : Int = 1) = Unit.VALUE
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
fun <caret>test(a : Int = 1) = Unit.VALUE
|
||||