Fixed parameter info issues: 1. Constructors. 2. Green background. 3. Default parameters text is better for literals now. 4. Added few tests.

This commit is contained in:
Alefas
2012-01-24 18:27:17 +04:00
parent 855a0097a0
commit 9246cd5b81
17 changed files with 556 additions and 22 deletions
@@ -0,0 +1,9 @@
open class A(x: Int) {
}
class B(): A(5) {
fun m() {
A(<caret>3)
}
}
//Text: (x: Int), Disabled: false, Strikeout: false, Green: true