KT-4209 Make constructors of primitives private

#KT-4209 Fixed
This commit is contained in:
Andrey Breslav
2013-11-16 19:48:39 +04:00
parent 59e47a5f77
commit c0fce6becd
13 changed files with 30 additions and 15 deletions
@@ -0,0 +1,10 @@
fun test() {
<!INVISIBLE_MEMBER!>Double<!>()
<!INVISIBLE_MEMBER!>Float<!>()
<!INVISIBLE_MEMBER!>Long<!>()
<!INVISIBLE_MEMBER!>Int<!>()
<!INVISIBLE_MEMBER!>Short<!>()
<!INVISIBLE_MEMBER!>Byte<!>()
<!INVISIBLE_MEMBER!>Char<!>()
<!INVISIBLE_MEMBER!>Boolean<!>()
}