Unwrap: function parameter (KT-14788)
#KT-14788 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
6838873a93
commit
c1f43558b9
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// OPTION: 0
|
||||
fun test() {
|
||||
val i = 1
|
||||
foo(bar<caret>(1))
|
||||
}
|
||||
|
||||
fun foo(i: Int) {}
|
||||
|
||||
fun bar(i: Int) = 1
|
||||
Reference in New Issue
Block a user