Convert reference to lambda: correct handling of static method references #KT-14982 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-12-02 15:37:52 +03:00
parent ea8548c55b
commit e904e56de3
13 changed files with 83 additions and 5 deletions
@@ -0,0 +1,3 @@
class Utils {
public static int foo(int x, int y) { return x + y; }
}