KT-4209 Make constructors of primitives private
#KT-4209 Fixed
This commit is contained in:
@@ -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<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user