Change FUNCTION_EXPRESSION_WITH_NAME severity to ERROR
Also drop deprecation related parts and get rid of usages of this `feature` within testData
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fun test1(): Int {
|
||||
val inlineX = Inline(9)
|
||||
return inlineX.calcExt(fun smth(z: Int) = z, 25)
|
||||
return inlineX.calcExt(fun(z: Int) = z, 25)
|
||||
}
|
||||
|
||||
fun test2(): Int {
|
||||
|
||||
Reference in New Issue
Block a user