diff --git a/testdata/generic_name.go b/testdata/generic_name.go new file mode 100644 index 0000000..dd67528 --- /dev/null +++ b/testdata/generic_name.go @@ -0,0 +1,7 @@ +package testdata + +func _[TеstGeneric any]() { // want `identifier "TеstGeneric" contain non-ASCII character: U\+0435 'е'` +} + +type _[TеstGeneric any] struct { // want `identifier "TеstGeneric" contain non-ASCII character: U\+0435 'е'` +}