Skip to content

Commit

Permalink
test: add generics test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Nov 25, 2024
1 parent e9b9670 commit b8f946f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testdata/generic_name.go
Original file line number Diff line number Diff line change
@@ -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 'е'`
}

0 comments on commit b8f946f

Please # to comment.