You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test case is the situation that causes problems. Specifically, for
`Config1`, you would expect the `main()` function where
`Configuration == Config1` to be selected, but because we favored
asynchronous main functions, we would select the one from the default
`App` extension, which is bad.
0 commit comments