fix tests in org.jetbrains.kotlin.codegen.generated

This commit is contained in:
Michael Nedzelsky
2015-09-04 20:04:47 +03:00
parent de9b5695ae
commit a40c80e90b
4 changed files with 6 additions and 6 deletions
@@ -1,7 +1,7 @@
// See also KT-6299
public open class Outer private constructor() {
companion object {
inline fun foo() = Outer()
internal inline fun foo() = Outer()
}
}