Create from Usage: Make extension functions/properties 'private' by default

#KT-11799 Fixed
This commit is contained in:
Alexey Sedunov
2016-08-17 14:19:04 +03:00
parent 92b0c852dd
commit 99ba340236
35 changed files with 37 additions and 35 deletions
@@ -2,7 +2,7 @@
// ERROR: Property must be initialized
// WITH_RUNTIME
val Unit.foo: Int
private val Unit.foo: Int
fun test() {
val a: Int = Unit.foo