Remove warning and add tests when this warning had been reproducible
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package inlibrary.test
|
||||
|
||||
public class FunParameter {
|
||||
fun test(p: Int) {
|
||||
val a = p
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user