Skip to content

Commit ef4a81d

Browse files
Merge pull request #4348 from dotty-staging/fix-typo-in-test
Fix typo in neg test
2 parents 428b5ea + 65614d0 commit ef4a81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i3736b.scala

+1-1
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)