File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ class PluginASTSupportTest
8989 assert(! reporter.hasWarnings)
9090 }
9191
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+ // }
102102}
103103
You can’t perform that action at this time.
0 commit comments