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
@@ -14,7 +14,6 @@ expect fun f6(p1: String, p2: Int)
expect fun <T> f7()
internal expect fun f8()
private expect fun f9()
public expect fun f10()
expect fun <T : Number> f11()