Find usages test: Move test data out of code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package client
|
||||
|
||||
import server.Data
|
||||
|
||||
class Client<T: Data, X> where X: Data {
|
||||
|
||||
}
|
||||
|
||||
val c = Client<Data>()
|
||||
Reference in New Issue
Block a user