Fixed JetFunctionParameterInfoTest. Replaced Int with jet.Int, Boolean with jet.Boolean, etc in test data.

This commit is contained in:
Evgeny Gerashchenko
2012-03-12 16:21:17 +04:00
parent f4eba40f45
commit 29662cdb1b
13 changed files with 24 additions and 24 deletions
@@ -5,4 +5,4 @@ open class A(x: Int) {
m(<caret>1, false)
}
}
//Text: (x: Int, y: Boolean), Disabled: false, Strikeout: false, Green: true
//Text: (x: jet.Int, y: jet.Boolean), Disabled: false, Strikeout: false, Green: true