Forbid private 'expect' declarations

#KT-19170 Fixed
This commit is contained in:
Alexander Udalov
2017-09-20 14:24:55 +03:00
parent 87b85ce978
commit ecfea9e340
15 changed files with 188 additions and 58 deletions
@@ -6,7 +6,6 @@ expect annotation class PAnnotationClass
internal expect object InternalObject
public expect object PublicObject
private expect object PrivateObject
open expect class OpenClass
abstract expect class AbstractClass