Added KT-4579 makeTypeExplicitInLambda and makeTypeImplicitInLambda intentions

This commit is contained in:
Lingzhang
2014-03-27 15:17:52 -04:00
committed by Alexander Udalov
parent 1ef785eb1a
commit 6066d19de5
60 changed files with 656 additions and 1 deletions
@@ -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>()) {