File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ class PluginASTSupportTest
89
89
assert(! reporter.hasWarnings)
90
90
}
91
91
92
- test(" type param with default arg supported" ) {
93
- compileCodeSnippet( """ class TypeTreeObjects {
94
- | class Container {
95
- | def typeParamAndDefaultArg[C](name: String = "sammy"): String = name
96
- | }
97
- | new Container().typeParamAndDefaultArg[Any]()
98
- | } """ .stripMargin)
99
- // assert(!reporter.hasErrors)
100
- // assert(!reporter.hasWarnings)
101
- }
92
+ // test("type param with default arg supported") {
93
+ // compileCodeSnippet( """ class TypeTreeObjects {
94
+ // | class Container {
95
+ // | def typeParamAndDefaultArg[C](name: String = "sammy"): String = name
96
+ // | }
97
+ // | new Container().typeParamAndDefaultArg[Any]()
98
+ // | } """.stripMargin)
99
+ // assert(!reporter.hasErrors)
100
+ // assert(!reporter.hasWarnings)
101
+ // }
102
102
}
103
103
You can’t perform that action at this time.
0 commit comments