Granular test configurations
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
enum class E {
|
||||
I
|
||||
private var name : String? = null
|
||||
public fun name() : String { return "" }
|
||||
public fun order() : Int { return 0 }
|
||||
}
|
||||
Reference in New Issue
Block a user