Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb7a17b

Browse files
smowtonigfoo
authored andcommitted
Add missing test file
1 parent f447d40 commit bb7a17b

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
META-INF
2+
*.class
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package foo.bar
2+
3+
class NestedTest {
4+
5+
class InsideNestedTest {
6+
7+
fun m(x: InsideNestedTest) { }
8+
9+
}
10+
11+
}
12+

0 commit comments

Comments
 (0)