testmycode / tmc-intellij

*BETA* TestMyCode plugin for IntelliJ IDEA
MIT License
24 stars 13 forks source link

error: lambda expressions are not supported in -source 6 #140

Closed jenni closed 6 years ago

jenni commented 6 years ago

Getting this error when using:

    public void printMeals() {
        this.meals.forEach(meal -> System.out.println(meal));
    }

It'd be nice if TMC supported Java 8 features :)

rlmhermans commented 6 years ago

That is not so much up to TMC, as it is to the project file owners.

nygrenh commented 6 years ago

Closing this as it is a duplicate of https://github.com/materiaalit/2013-oo-programming/issues/1