Convert primary constructor to secondary: KNPE fixed #KT-14745 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-11-14 18:56:37 +03:00
parent 13b2c2cd24
commit d4995c07f7
4 changed files with 13 additions and 1 deletions
@@ -0,0 +1,2 @@
class My<caret>(: Int)
@@ -0,0 +1,4 @@
class My {
constructor(: Int)
}