Describe the issue. Importing a Bech32 private key in the debug console returns "Invalid private key encoding" error.
What behavior did you expect? Private key is imported.
What was the actual behavior (provide screenshots if the issue is GUI-related)? Invalid private key encoding (code -5)

How reliably can you reproduce the issue, what are the steps to do so?
- walletpassphrase "mypasswordhere" 1000
- importprivkey myprivatekeyhere
What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? Bitcoin Core 0.16.0rc3 / https://bitcoin.org/bin/bitcoin-core-0.16.0/test.rc3/
What type of machine are you observing the error on (OS/CPU and disk type)? OSX 10.11.6 / 2,4 GHz Intel Core 2 Duo / HDD
Any extra information that might be useful in the debugging process. My private key is a normal 52 character key starting with an L and ending with a K.