Skip to content

Commit 65614d0

Browse files
committed
Fix typo in neg test
1 parent 3821b16 commit 65614d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i3736b.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import foo.dynamics
33
class Foo() extends Dynamic // error: extension of type scala.Dynamic needs to be enabled
44

55
package foo {
6-
class dynamic
6+
class dynamics
77
}

0 commit comments

Comments
 (0)