blob: 9a688b427d28958ebed2d7d71b20849176dd3725 [file] [log] [blame]
package rmimport
// Test that application of two fixes that each remove the second-last
// import of "a" results in removal of the import. This is implemented
// by the general analysis fix logic, not by any one analyzer.
func _() {
print(2) // want `should be inlined`
print(2) // want `should be inlined`
}