Fix in SpecifyTypeExplicitlyIntention
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
// ERROR: Primary constructor call expected
|
||||
class A(val x: Int) {
|
||||
constructor(x: String)<caret>
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(): Any {
|
||||
return { (x: String<caret>) -> 42 }
|
||||
}
|
||||
Reference in New Issue
Block a user