Introduce "Function with = { ... }" inspection
#KT-17119 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
301b3aad06
commit
538a746df9
+4
@@ -0,0 +1,4 @@
|
||||
// PROBLEM: none
|
||||
fun test(a: Int, b: Int) = label@<caret>{
|
||||
return@label
|
||||
}
|
||||
Reference in New Issue
Block a user