paulirwin / JavaToCSharp

Java to C# converter
MIT License
266 stars 90 forks source link

Tests: Add parse test for Java 11 lambda parameter type inference, #53 #62

Closed paulirwin closed 1 year ago

paulirwin commented 1 year ago

Just like regular type inference for Java 10, we already accidentally supported this since var is the same in both languages. In this case, we cannot make this a full integration test due to some issues noted in the test file comments.