mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Drop erased class for inline class
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
|
||||
inline class Z(val x: Int)
|
||||
|
||||
interface IFoo
|
||||
interface IBar
|
||||
inline class FooBar(val x: Int) : IFoo, IBar
|
||||
|
||||
// 1 public final class Z extends Z\$Erased
|
||||
// 1 static class Z\$Erased
|
||||
// 0 public static class Z\$Erased
|
||||
|
||||
// 1 public final class FooBar extends FooBar\$Erased implements IFoo IBar
|
||||
// 1 static class FooBar\$Erased
|
||||
// 0 public static class FooBar\$Erased
|
||||
Reference in New Issue
Block a user