Stub tests: test for parameters with fq name

This commit is contained in:
Pavel V. Talanov
2014-03-21 14:03:39 +04:00
parent cbaa515a00
commit 5bc8cc1f9a
3 changed files with 16 additions and 0 deletions
@@ -0,0 +1,4 @@
package test
class A(val b: Int, var c: String, justParam: Int) {
}