fix tests in org.jetbrains.kotlin.codegen.generated
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user