Kotlin: Add a test for file classes

This commit is contained in:
Ian Lynagh
2023-07-11 13:21:56 +01:00
parent 1af60aa9d4
commit c21797dd3c
5 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
class C {
fun c() {}
}