Added tests for parameter names in function type from SAM-adapter + fixed KT-13861

#KT-13861 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-09-14 21:38:26 +03:00
parent 59269ef1ae
commit a62a37f6d8
11 changed files with 79 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
package p;
public interface JavaSAM {
public void foo(int number, String ss);
}