Regenerate common stdlib: use 'expect' instead 'header'

This commit is contained in:
Stanislav Erokhin
2017-09-15 15:27:39 +03:00
parent e12de11ce9
commit 7cd5eeb24d
9 changed files with 1861 additions and 1861 deletions
@@ -491,7 +491,7 @@ class GenericFunction(val signature: String, val keyword: String = "fun") {
builder.append(visibility[f] ?: "public").append(' ')
if (headerOnly && !hasOptionalParams) {
builder.append("header ")
builder.append("expect ")
}
if (external[platform, f] == true)
builder.append("external ")