8013404: Unclear spec for target typing with conditional operator (?:)
Fix previously ignored test Reviewed-by: jjg, vromero
This commit is contained in:
parent
424ac16db0
commit
617386d568
@ -23,11 +23,10 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @ignore 8013404: Test awaits spec clarification
|
||||
* @bug 8003280
|
||||
* @bug 8003280 8013404
|
||||
* @summary Add lambda tests
|
||||
* check that target type of cast is propagated to conditional subexpressions
|
||||
* @compile TargetType36.java
|
||||
* check that target type of cast is not propagated to conditional subexpressions
|
||||
* @compile/fail/ref=TargetType36.out -XDrawDiagnostics TargetType36.java
|
||||
*/
|
||||
class TargetType36 { //awaits spec wording on cast vs. poly
|
||||
|
||||
|
3
langtools/test/tools/javac/lambda/TargetType36.out
Normal file
3
langtools/test/tools/javac/lambda/TargetType36.out
Normal file
@ -0,0 +1,3 @@
|
||||
TargetType36.java:40:30: compiler.err.unexpected.lambda
|
||||
TargetType36.java:40:43: compiler.err.unexpected.lambda
|
||||
2 errors
|
Loading…
x
Reference in New Issue
Block a user