Make default methods for inlineOnly and reified functions package private

This commit is contained in:
Michael Bogdanov
2016-10-27 11:02:46 +03:00
parent 455fef90c0
commit 0910f166a5
4 changed files with 33 additions and 1 deletions
@@ -0,0 +1,10 @@
class MyClass() {
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
@kotlin.internal.InlineOnly
inline fun test(s: String = "") {
}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: MyClass, test$default
// FLAGS: ACC_STATIC, ACC_BRIDGE, ACC_SYNTHETIC