Added KT-4579 makeTypeExplicitInLambda and makeTypeImplicitInLambda intentions
This commit is contained in:
committed by
Alexander Udalov
parent
1ef785eb1a
commit
6066d19de5
@@ -409,6 +409,8 @@ fun main(args: Array<String>) {
|
||||
model("intentions/removeExplicitTypeArguments", testMethod = "doTestRemoveExplicitTypeArguments")
|
||||
model("intentions/convertAssertToIf", testMethod = "doTestConvertAssertToIfWithThrowIntention")
|
||||
model("intentions/convertIfToAssert", testMethod = "doTestConvertIfWithThrowToAssertIntention")
|
||||
model("intentions/makeTypeExplicitInLambda", testMethod = "doTestMakeTypeExplicitInLambda")
|
||||
model("intentions/makeTypeImplicitInLambda", testMethod = "doTestMakeTypeImplicitInLambda")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractJetInspectionTest>()) {
|
||||
|
||||
Reference in New Issue
Block a user