Skip to content

Commit e41701f

Browse files
committed
Problem with package objects
1 parent ee52bd1 commit e41701f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package example
2+
3+
// Ala fails Ola does not
4+
package object typeAndObjects:
5+
type Ala
6+
7+
package typeAndObjects {
8+
object Ala
9+
}
10+
11+
type Ola
12+
object Ola

0 commit comments

Comments
 (0)