Skip to content

Commit d229aa7

Browse files
Add simple test for inner class
1 parent 88f23d9 commit d229aa7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
inline trait A[T]:
2+
class InnerA:
3+
def x: T = ???
4+
5+
class B extends A[Int]:
6+
class InnerB extends InnerA

0 commit comments

Comments
 (0)